home *** CD-ROM | disk | FTP | other *** search
- @echo off
- If exist addvoice.bat goto skip0
- echo To install the AudioWare voice files onto your hard disk, first go
- echo to the floppy drive which contains the HyperDOS floppy, then type
- echo addvoice. For example:
- echo a:
- echo addvoice
- goto done
- :skip0
- echo -------------------------------------------------------------
- echo Adding voice capabilities to HyperDOS requires the optional
- echo Leading Technology AudioWare (TM) board. If you do not have
- echo this option quit this installation process now by holding the
- echo CTRL key down and pressing C.
- echo -------------------------------------------------------------
- pause
- hyperarc c:\hyperdos *.voc
- c:
- cd \hyperdos
- if not exist home.voc ren nohome.voc home.voc
- cls
- echo -------------------------------------------------------
- echo to start HyperDOS type:
- echo hyperdos
- echo after the C:\HYPERDOS prompt.
- echo -------------------------------------------------------
- :done
-